'宣言 Public Overridable Function SortAsync( _ ByVal ParamArray sortDescriptions() As SortDescription _ ) As System.Threading.Tasks.Task
public virtual System.Threading.Tasks.Task SortAsync( params SortDescription[] sortDescriptions )
パラメータ
- sortDescriptions
- The sort descriptions that determine how the data will be sort.